home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2008 January / Cybermycha 1_2008.iso / Data.cab / _E167BBD5870649BA84D8DAE5B9883E32 < prev    next >
Encoding:
Text File  |  2005-08-12  |  769 b   |  35 lines

  1.  
  2. shader()
  3. {
  4.     cull("none")
  5.     sortweight("translucent14")
  6.  
  7.     stream("color", 0)
  8.  
  9.     pass()
  10.     {
  11.         tmu()
  12.         {
  13.             colorop("add", "tfactor", "tfactor_a", "current")
  14.            alphaop("arg1", "diffuse", "current", "current")
  15.         }
  16.         tmu()
  17.         {
  18.             texture()
  19.             {
  20.                 image("OnFrontGlass_Blade.dds")
  21.                 //filtering("linear_no_mip")
  22.             }
  23.  
  24.             colorop("mul", "texture", "current", "current")
  25.             alphaop("mul", "texture", "current", "current")
  26.         }
  27.     Tfactor(%daycolor_r, %daycolor_g, %daycolor_b, 0.135)
  28.         blendfunc("src_alpha", "inv_src_alpha")
  29.         //blendfunc("one", "one")
  30.         depthfunc("lequal", 0)
  31.     }
  32. }
  33.  
  34.  
  35.